Post

Replies

Boosts

Views

Activity

Reply to CIContext memoryLimit tips?
Ok, that helps. It sounds like the idea is that we consider increasing the limit to get better performance, rather than decrease it because it's already low. Do you have a percentage you recommend vs. physical memory?
Topic: Photos & Camera SubTopic:
Image Processing Q&A
Jun ’26
Reply to CIContext memoryLimit tips?
Still a bit confused. If the intermediates are volatile, then I would think that they wouldn't matter for the memoryLimit budget, right? So the memoryLimit is for things other than intermediates? If so, what fraction of real memory do you advise on iOS?
Topic: Photos & Camera SubTopic:
Image Processing Q&A
Jun ’26
Reply to NSFilePresenter primaryPresentedItemURL
Thanks for the information. I already have code to prompt the user for folder access and to save the bookmark. Yes, I could ask them instead for a save dialog for just the XMP file, but as you point out, that's not better from an experience standpoint. This API has been on Mac since 10.8 and the underlying OS / file system are similar between Mac and iOS, AND the security / privacy benefits of having this API on iOS are clear. Can you provide some insight as to why the API is hard to implement or (perhaps) not important to implement? At least when customers ask me why I have to do this, I can give them a proper answer.
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Jun ’26
Reply to iOS App update waiting in review for 11 days; Mac app approved
Thank you!
Replies
Boosts
Views
Activity
1d
Reply to UGreen NAS - Unable to enumerate contents of directory on iOS, works on macOS
The workaround did not solve the problem for me either and I have no other workarounds.
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Replies
Boosts
Views
Activity
2w
Reply to CIContext memoryLimit tips?
Ok, that helps. It sounds like the idea is that we consider increasing the limit to get better performance, rather than decrease it because it's already low. Do you have a percentage you recommend vs. physical memory?
Topic: Photos & Camera SubTopic:
Image Processing Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to CIContext memoryLimit tips?
Still a bit confused. If the intermediates are volatile, then I would think that they wouldn't matter for the memoryLimit budget, right? So the memoryLimit is for things other than intermediates? If so, what fraction of real memory do you advise on iOS?
Topic: Photos & Camera SubTopic:
Image Processing Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to CIRAWFilter isHighlightRecoveryEnabled
What use cases or types of images benefit from disabling highlight recovery?
Topic: Photos & Camera SubTopic:
Image Processing Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to CIRAWFilter isDraftModeEnabled
Does Draft Mode change the size of the image (it does for some formats in RAW 8)?
Topic: Photos & Camera SubTopic:
Image Processing Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to NSFilePresenter primaryPresentedItemURL
Thanks for the information. I already have code to prompt the user for folder access and to save the bookmark. Yes, I could ask them instead for a save dialog for just the XMP file, but as you point out, that's not better from an experience standpoint. This API has been on Mac since 10.8 and the underlying OS / file system are similar between Mac and iOS, AND the security / privacy benefits of having this API on iOS are clear. Can you provide some insight as to why the API is hard to implement or (perhaps) not important to implement? At least when customers ask me why I have to do this, I can give them a proper answer.
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Replies
Boosts
Views
Activity
Jun ’26
Reply to UGreen NAS - Unable to enumerate contents of directory on iOS, works on macOS
OK - I was able to upload three different sysdiagnoses: iPad -> Mac mini (works) Mac -> UGreen (works) iPad -> UGreen (doesn't work) - just to give an updated one
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Replies
Boosts
Views
Activity
Jun ’26
Reply to UGreen NAS - Unable to enumerate contents of directory on iOS, works on macOS
I just made one. But Feedback Assistant is down, so I will have to add it when it comes back up.
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Replies
Boosts
Views
Activity
Jun ’26
Reply to UGreen NAS - Unable to enumerate contents of directory on iOS, works on macOS
I should mention that my customers are reporting the same thing with their UGreen, so it's not specific to my unit.
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Replies
Boosts
Views
Activity
Jun ’26
Reply to UGreen NAS - Unable to enumerate contents of directory on iOS, works on macOS
How would I collect packet captures? I don't have experience with that. There is a feedback already in the system. FB22955130
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Replies
Boosts
Views
Activity
Jun ’26
Reply to UGreen NAS - Unable to enumerate contents of directory on iOS, works on macOS
Yes, it's mounted using SMB. The NAS supports either SMB2.x or SMB 3.
Topic: Core OS SubTopic:
File Systems Q&A
Tags:
Replies
Boosts
Views
Activity
Jun ’26
Reply to Catalyst: Need Help Dragging to App Icon
I found it. I was looking in the application delegate, but needed to look in the scene delegate. The method is func scene(_ scene: UIScene, openURLContexts URLContexts: Set)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Sequoia Beta 4 - incorrect alert about "app wants to access data from other apps"
This appears to be resolved in Sequoia Beta 5.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Aug ’24
Reply to Popover from NSToolbarItem in Mac Catalyst app
Popovers can be applied to Toolbar items on Ventura and later. There is a new API for that - see UIPopoverPresentationController // Accepts UIBarButtonItem as well as NSToolbarItem in Catalyst. @available(iOS 16.0, *) open var sourceItem: UIPopoverPresentationControllerSourceItem?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Feb ’24